home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 801_900 / DISK0833 / DISK0833.ZIP / README < prev    next >
Text File  |  1987-03-22  |  3KB  |  84 lines

  1.                                                   March 22, 1987
  2.               GRAPHTIME-II Function data generation.
  3.  
  4. The  Function  generator disk  operates independently of the  other
  5. GRAPHTIME-II disks (STARTUP and RUNTIME). When the function(s) have
  6. been  entered and the data  created, this data file is then  loaded
  7. with the normal FL command in the GRAPH program.
  8.  
  9. INSTALLATION.
  10.  
  11. a. Floppy disk:
  12. IBM  PC: Copy the BASICA interpreter from your system disk onto the
  13. Function Generator disk: e.g. A:> COPY BASICA.* B: <RTN>
  14.      or
  15. IBM  Compatibles:  Copy the  GWBASIC interpreter onto the  Function
  16. Generator disk: e.g. A:> COPY GWBASIC.* B: <RTN>
  17.  
  18. b. Hard disk:
  19.  
  20. 1.  Copy  all files from  the Function Generator disk into  the  GT
  21. subdirectory.  e.g. C:\GT> COPY A:*.* <RTN>
  22.  
  23. 2. Copy BASICA.* or GWBASIC.* into the GT subdirectory.
  24.    e.g. C:\GT> COPY A:GWBASIC.* <RTN>
  25.  
  26.  
  27. OPERATION.
  28.  
  29. From  either  drive A:  (Floppy system) or subdirectory:  GT  (Hard
  30. disk), enter:
  31.  
  32. GTF <RTN>    (GWBASIC installed)
  33.  
  34. or
  35.  
  36. GTFB <RTN>   (BASICA installed)
  37.  
  38. This  will run the Function Generator program. One or two functions
  39. may be entered.
  40. Single function: e.g. A(X)=SIN(X)
  41. Where  A  is  the function  name.  X is the argument  and  will  be
  42. specified as a range of values.
  43. X-axis will be the X range specified (e.g. -10 to 10).
  44. Y-axis will be the function of X. (e.g. SIN(X) )
  45.  
  46. Double function: e.g. Funct1: A(X)=SIN(X) and Funct2: B(X)=COS(X)
  47.  
  48. X-axis will be Funct1(X).
  49. Y-axis will be Funct2(X).
  50.  
  51.                                    2.
  52.  
  53. When the functions have been entered the program will request:
  54.  
  55. Function Title:                 (To accept the title shown, press
  56. Y-axis Title:                    <RTN> or type in your new title.
  57. X-axis Title:                    These will appear on the graph.)
  58.  
  59. A  new  program  will  be  generated  and run  to  request  further
  60. information:
  61. (Note: On a PC-XT this process will take approximately one minute.)
  62.  
  63. Output File name:___________/   (The name may include drive. eg B:
  64.                                  Do not add an extension as .GTD
  65.                                  is added.)
  66. Number of points:____/          (Maximum for GRAPHTIME is 730)
  67. Minimum argument:________/      (May be + or -)
  68. Maximum argument:________/      (Must be higher than minimum.)
  69.  
  70. The increment will calculated and displayed.
  71. If the entry is OK press Y or <RTN>.
  72. The  X and Y data pairs will be calculated and written to the  data
  73. file.
  74. You  may then press <Esc> to return to system (DOS) level, or press
  75. SPACE  to  create  another  file  of the same function(s)  using  a
  76. different numbers of points and argument range.
  77.  
  78. When  the  file(s) have  been created, startup GRAPHTIME-II in  the
  79. usual way: GT <RTN> then select G for Graph.
  80. Use FL name<RTN> to load the data into memory 0.
  81. The data is in Random format and may be edited, printed or graphed.
  82.  
  83.  
  84.